Skip to content

Commit

Permalink
Reverting changes to post-create-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed Aug 30, 2023
1 parent a4ce8f9 commit f5d9649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .devcontainer/post-create-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ wget -q -O - https://github.com/mike-engel/jwt-cli/releases/download/5.0.3/jwt-l
# Install bats helpers
[ -d tests/bats-helpers ] && rm -rf tests/bats-helpers && mkdir -p tests/bats-helpers

TARGET_DIRECTORY="tests/bats-helpers/bats-support"
mkdir -p ${TARGET_DIRECTORY}
wget -q -O - https://github.com/bats-core/bats-support/archive/refs/tags/v0.3.0.tar.gz | tar xvz --strip-components=1 --overwrite -C ${TARGET_DIRECTORY}

TARGET_DIRECTORY="tests/bats-helpers/bats-assert"
mkdir -p ${TARGET_DIRECTORY}
wget -q -O - https://github.com/bats-core/bats-assert/archive/refs/tags/v2.1.0.tar.gz | tar xvz --strip-components=1 --overwrite -C ${TARGET_DIRECTORY}

TARGET_DIRECTORY="tests/bats-helpers/bats-file"
mkdir -p ${TARGET_DIRECTORY}
wget -q -O - https://github.com/bats-core/bats-file/archive/refs/tags/v0.4.0.tar.gz | tar xvz --strip-components=1 --overwrite -C ${TARGET_DIRECTORY}
git clone --depth 1 https://github.com/bats-core/bats-support.git tests/bats-helpers/bats-support || true
git clone --depth 1 https://github.com/bats-core/bats-assert.git tests/bats-helpers/bats-assert || true
git clone --depth 1 https://github.com/bats-core/bats-file.git tests/bats-helpers/bats-file || true
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

0 comments on commit f5d9649

Please sign in to comment.