Skip to content

Commit

Permalink
Craigs-MacBook-Pro.local
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 22, 2023
1 parent af240a0 commit 0fdcff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-buildscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
pwd
ls -la
find . -name '*.deb'
if ! -f packages/cfe*deb; then
if [ ! -f packages/cfe*deb ]; then
buildscripts/ci/docker-build-package.sh
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
env:
GH_ACTIONS_SSH_KEY_BUILD_ARTIFACTS_CACHE: ${{ secrets.GH_ACTIONS_SSH_KEY_BUILD_ARTIFACTS_CACHE }}
run: |
if ! -f packages/cfe*deb; then
if [ ! -f packages/cfe*deb ]; then
buildscripts/ci/docker-build-package.sh
fi
Expand Down

0 comments on commit 0fdcff0

Please sign in to comment.