-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luke McCrone
authored and
Luke McCrone
committed
Jan 26, 2024
1 parent
23a4073
commit f6a3fe4
Showing
7 changed files
with
15 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
git clone https://github.com/bats-core/bats-core.git | ||
cd bats-core && ./install.sh $HOME | ||
#- name: Install AWS | ||
#- name: Install AWS (local only) | ||
# if: ${{ env.GITHUB_ACTIONS_RUNNER }} == '' | ||
# uses: chrislennon/[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ AWS_REGION=us-west-2 | |
AWS_PROFILE=versity | ||
VERSITY_EXE=./versitygw | ||
BACKEND=posix | ||
DIRECT=0 | ||
LOCAL_FOLDER=/tmp/gw |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ AWS_REGION=us-east-1 | |
AWS_PROFILE=versity | ||
VERSITY_EXE=./versitygw | ||
BACKEND=posix | ||
DIRECT=0 | ||
LOCAL_FOLDER=/tmp/gw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters