Skip to content

Commit

Permalink
Test kb_sdk_patch 0.0.4-rc image.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotablair committed Jul 15, 2024
1 parent fda2d76 commit 03d2c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
test -f "$GITHUB_WORKSPACE/kb_sdk_actions/bin/kb-sdk" && echo "CI files cloned"
# Pull kb-sdk & create startup script
docker pull ghcr.io/kbase/kb_sdk_patch-develop:br-main
sed -ie "s/kbase\/kb-sdk/ghcr.io\/kbase\/kb_sdk_patch-develop:br-0.0.3/" \
sed -ie "s/kbase\/kb-sdk/ghcr.io\/kbase\/kb_sdk_patch-develop:br-0.0.4-rc/" \
"$GITHUB_WORKSPACE/kb_sdk_actions/bin/kb-sdk"
sed -ie "s/kbase\/kb-sdk/ghcr.io\/kbase\/kb_sdk_patch-develop:br-0.0.3/" \
sed -ie "s/kbase\/kb-sdk/ghcr.io\/kbase\/kb_sdk_patch-develop:br-0.0.4-4c/" \
"$GITHUB_WORKSPACE/kb_sdk_actions/bin/make_testdir"
sh $GITHUB_WORKSPACE/kb_sdk_actions/bin/make_testdir && echo "Created test_local"
test -f "test_local/test.cfg" && echo "Confirmed config exists"
Expand Down

0 comments on commit 03d2c8e

Please sign in to comment.