Skip to content

Commit

Permalink
Merge pull request #18 from craftech-io/fix/failure
Browse files Browse the repository at this point in the history
fix: upgrade pipeline generator to v0.8.4
  • Loading branch information
ayalaluquez authored Nov 12, 2021
2 parents fa2fb74 + 6b8988f commit 7f78704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pipeline-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -z "$PGEN_VAULT_AUTH_METHOD" ]; then echo "set \$PGEN_VAULT_AUTH_METHOD." &
if ! command -v pipeline-generator &> /dev/null
then
echo "installing pipeline-generator"
pip install -U git+https://[email protected]/craftech-io/[email protected].3
pip install -U git+https://[email protected]/craftech-io/[email protected].4
fi

# Clean cache.
Expand Down

0 comments on commit 7f78704

Please sign in to comment.