Skip to content

Commit

Permalink
chore: debug image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Feb 15, 2024
1 parent 6f39226 commit a00fa11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/setup-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:
- name: Install Requirements
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/sixfeetup/scaf/$GITHUB_REF_NAME/install.sh | sh
INSTALL_URL="https://raw.githubusercontent.com/sixfeetup/scaf/$GITHUB_REF_NAME/install.sh"
echo "Downloading install script from $INSTALL_URL"
curl -sSL $INSTALL_URL | sh
- name: Create Project with Scaf
shell: bash
run: |
IMAGE_TAG=$GITHUB_SHA
echo "Running scaf with sixfeetup/scaf:$IMAGE_TAG"
/usr/local/bin/scaf myproject --no-input

0 comments on commit a00fa11

Please sign in to comment.