This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Commit 76a3efe 1 parent 38f0186 commit 76a3efe Copy full SHA for 76a3efe
File tree 2 files changed +3
-1
lines changed
template/build/core/phing/tasks
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ addons:
25
25
before_install :
26
26
# Decrypt private SSH key id_rsa_blt.enc, save as ~/.ssh/id_rsa_blt.
27
27
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then openssl aes-256-cbc -K $encrypted_665bd7a0b921_key -iv $encrypted_665bd7a0b921_iv -in id_rsa_blt.enc -out ~/.ssh/id_rsa_blt -d; chmod 600 ~/.ssh/id_rsa_blt; fi
28
+ - ls -lash ~/.ssh
29
+ -
git clone [email protected] :blt8.git
28
30
- nvm install 0.12
29
31
- nvm use 0.12
30
32
- composer selfupdate
Original file line number Diff line number Diff line change 179
179
180
180
<target name =" deploy:artifact:push-remote" description =" Pushes to a git remote." >
181
181
<exec command =" echo ${deploy.remote} | openssl md5 | cut -d' ' -f 2" outputProperty =" remoteName" />
182
- <exec command =" git push ${remoteName} ${deploy.branch}" dir =" ${deploy.dir}" logoutput =" true" outputProperty =" deploy.push.output" />
182
+ <exec command =" git push ${remoteName} ${deploy.branch}" dir =" ${deploy.dir}" logoutput =" true" outputProperty =" deploy.push.output" checkreturn = " true " />
183
183
<exec command =" export DEPLOY_UPTODATE=$(echo '${deploy.push.output}' | grep --quiet 'Everything up-to-date')" />
184
184
</target >
185
185
You can’t perform that action at this time.
0 commit comments