Skip to content

Commit

Permalink
Merge pull request #19 from craftech-io/update/pipeline-generator
Browse files Browse the repository at this point in the history
chore: update pipeline generator to v0.8.5
  • Loading branch information
ayalaluquez authored Dec 7, 2021
2 parents 7f78704 + 688dc0c commit 9e3a499
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].4
pip install -U git+https://[email protected]/craftech-io/[email protected].5
fi

# Clean cache.
Expand Down

0 comments on commit 9e3a499

Please sign in to comment.