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."
4646
4747echo " Checking for Twitter credentials..."
4848trap " echo 'Missing Twitter credentials.'; exit 1" ERR
49- test -f " ${WDIR} /scripts/publish/ twitter.json"
49+ test -f " ${WDIR} /scripts/twitter.json"
5050trap - ERR
5151echo " Checked for Twitter credentials..."
5252
@@ -130,7 +130,7 @@ echo "Published release notes."
130130
131131echo " Making the tweet..."
132132npm 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}
135135echo " Made the tweet."
136136
Original file line number Diff line number Diff line change 7979 - name : ' gcr.io/$PROJECT_ID/fft-package-builder'
8080 entrypoint : ' cp'
8181 args :
82- ['-v', 'twitter.json', '${_REPOSITORY_NAME}/scripts/publish/ twitter.json']
82+ ['-v', 'twitter.json', '${_REPOSITORY_NAME}/scripts/twitter.json']
8383
8484 # Set up the npm credentials.
8585 - name : ' gcr.io/$PROJECT_ID/fft-package-builder'
You can’t perform that action at this time.
0 commit comments