File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo "Checked for commands."
46
46
47
47
echo " Checking for Twitter credentials..."
48
48
trap " echo 'Missing Twitter credentials.'; exit 1" ERR
49
- test -f " ${WDIR} /scripts/publish/ twitter.json"
49
+ test -f " ${WDIR} /scripts/twitter.json"
50
50
trap - ERR
51
51
echo " Checked for Twitter credentials..."
52
52
@@ -130,7 +130,7 @@ echo "Published release notes."
130
130
131
131
echo " Making the tweet..."
132
132
npm install --no-save twitter@1.7.1
133
- cp -v " ${WDIR} /scripts/publish/ twitter.json" " ${TEMPDIR} /${REPOSITORY_NAME} /scripts/"
134
- node ./scripts/publish/ tweet.js ${NEW_VERSION}
133
+ cp -v " ${WDIR} /scripts/twitter.json" " ${TEMPDIR} /${REPOSITORY_NAME} /scripts/"
134
+ node ./scripts/tweet.js ${NEW_VERSION}
135
135
echo " Made the tweet."
136
136
Original file line number Diff line number Diff line change 79
79
- name : ' gcr.io/$PROJECT_ID/fft-package-builder'
80
80
entrypoint : ' cp'
81
81
args :
82
- ['-v', 'twitter.json', '${_REPOSITORY_NAME}/scripts/publish/ twitter.json']
82
+ ['-v', 'twitter.json', '${_REPOSITORY_NAME}/scripts/twitter.json']
83
83
84
84
# Set up the npm credentials.
85
85
- name : ' gcr.io/$PROJECT_ID/fft-package-builder'
You can’t perform that action at this time.
0 commit comments