Skip to content

Commit

Permalink
doesnt work on reruns
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethhealy committed Apr 29, 2022
1 parent a667f15 commit 8f8ba6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roundtrip/encrypt-decrypt.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e

pwd
cd ../..
pwd

mv ../../../opentdf-cli-*.tgz ../../../cli
cp ../../../opentdf-cli-*.tgz ../../../cli
npm uninstall @opentdf/cli && npm ci && npm i ../../../cli/opentdf-cli-*.tgz

echo "Hello World!" > ./sample.txt
Expand Down

0 comments on commit 8f8ba6d

Please sign in to comment.