Skip to content

Commit

Permalink
#45 Bring Tests into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jun 1, 2022
1 parent 2e702e2 commit 7fd1ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/steps/deploy-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -euo pipefail

set ${SOLANA_REVISION:=v1.9.12}

while getopts t: option; do
case "${option}" in
t) IMAGETAG=${OPTARG};;
Expand Down

0 comments on commit 7fd1ad8

Please sign in to comment.