-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pipeline to use default values
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,9 @@ jobs: | |
- name: Create Project with Scaf | ||
shell: bash | ||
run: | | ||
IMAGE_TAG=$GITHUB_SHA | ||
echo "Running scaf with sixfeetup/scaf:$IMAGE_TAG" | ||
git config --global init.defaultBranch dev | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "CI CD Setup Project" | ||
REPO_URL="https://github.com/sixfeetup/scaf-templates.git" | ||
$HOME/.local/bin/scaf myproject --defaults $REPO_URL | ||
$HOME/.local/bin/scaf myproject --use-default $REPO_URL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters