Skip to content

Commit

Permalink
update prep step
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent fda4db3 commit 4cdd515
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure private token & Prep
- name: Prep for build
run: |
# Prep
bash scripts/ci/prep.mac.sh
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
maximum-size: 16GB
disk-root: "C:"

- name: Configure private token & Prep
- name: Prep for build
shell: pwsh
run: |
$ErrorActionPreference = "Stop"
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Post Tests
shell: pwsh
run: |
.\dist\sling_windows_amd64\sling.exe conns discover local -p '.'
.\dist\sling_windows_amd64_v1\sling.exe conns discover local -p '.'
release-linux-arm64:
runs-on: [self-hosted, Linux, ARM64]
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
run: |
echo "$DOCKER_PASSWORD" | docker login -u slingdata --password-stdin
- name: Configure private token & Prep
- name: Prep for build
run: bash scripts/ci/prep.linux.sh

- name: Run GoReleaser
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
run: |
echo "$DOCKER_PASSWORD" | docker login -u slingdata --password-stdin
- name: Configure private token & Prep
- name: Prep for build
run: bash scripts/ci/prep.linux.sh

- name: Run GoReleaser
Expand All @@ -263,7 +263,7 @@ jobs:

- name: Post Tests
run: |
dist/sling_linux_amd64/sling conns discover local -p '.'
dist/sling_linux_amd64_v1/sling conns discover local -p '.'
- name: Dispatch test-sling-action
uses: peter-evans/repository-dispatch@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure private token & Prep
- name: Prep for build
run: |
# Prep
bash scripts/ci/prep.mac.sh
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
maximum-size: 16GB
disk-root: "C:"

- name: Configure private token & Prep
- name: Prep for build
shell: pwsh
run: |
$ErrorActionPreference = "Stop"
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Post Tests
shell: pwsh
run: |
.\dist\sling_windows_amd64\sling.exe conns discover local -p '.'
.\dist\sling_windows_amd64_v1\sling.exe conns discover local -p '.'
build-linux-arm64:
runs-on: [self-hosted, Linux, ARM64]
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: |
echo "$DOCKER_PASSWORD" | docker login -u slingdata --password-stdin
- name: Configure private token & Prep
- name: Prep for build
run: bash scripts/ci/prep.linux.sh

- name: Run GoReleaser
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
echo "$DOCKER_PASSWORD" | docker login -u slingdata --password-stdin
- name: Configure private token & Prep
- name: Prep for build
run: bash scripts/ci/prep.linux.sh

- name: Run GoReleaser
Expand All @@ -191,4 +191,4 @@ jobs:

- name: Post Tests
run: |
dist/sling_linux_amd64/sling conns discover local -p '.'
dist/sling_linux_amd64_v1/sling conns discover local -p '.'

0 comments on commit 4cdd515

Please sign in to comment.