File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ load ../_helper.bash
100100 " @ssh-add -l # ${file} "
101101 " SSH agent already has ${file} key loaded."
102102 " Installing artifact builder."
103- " @composer global require --dev -n --ansi --prefer-source --ignore-platform-reqs drevops/git-artifact:~1.1 "
103+ " @composer global require --dev -n --ansi --prefer-source --ignore-platform-reqs drevops/git-artifact:~1.2 "
104104 " Copying git repo files meta file to the deploy code repo."
105105 " Copying deployment .gitignore as it may not exist in deploy code source files."
106106 " Running artifact builder."
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ info "Started ARTIFACT deployment."
7979export VORTEX_SSH_PREFIX=" DEPLOY" && . ./scripts/vortex/setup-ssh.sh
8080
8181task " Installing artifact builder."
82- composer global require --dev -n --ansi --prefer-source --ignore-platform-reqs drevops/git-artifact:~ 1.1
82+ composer global require --dev -n --ansi --prefer-source --ignore-platform-reqs drevops/git-artifact:~ 1.2
8383
8484# Try resolving absolute paths.
8585if command -v realpath > /dev/null 2>&1 ; then
You can’t perform that action at this time.
0 commit comments