Skip to content

Commit

Permalink
chore: add ci generated file to commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
b0nete authored Apr 30, 2021
1 parent 0d4833c commit d14cade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hooks/pipeline-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ find . -type d -name ".terragrunt-cache" -prune -exec rm -rf {} \;
# Generate gitlab-ci.yml
if [ -z "$EXTRA_KNOW_HOST" ]; then echo "set \$EXTRA_KNOW_HOST variable." && exit 1; fi
pipeline-generator -i "craftech/ci-tools:iac-tools-latest" -e $EXTRA_KNOW_HOST -o .gitlab-ci.yml -p gitlab

# Add to commit.
git add .gitlab-ci.yml

0 comments on commit d14cade

Please sign in to comment.