diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-27 20:20:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 20:20:32 +0300 |
commit | 54bb1d4e25732c91f33083b625c2b2512a03c472 (patch) | |
tree | 54efe7d2c5a97909126a92c2f215c03216ba88b9 /test/gradle/test.sh | |
parent | 9611a036f2a971847d007b33f30e9eb506f515f3 (diff) |
update jupyter and ruby features (#26)jospicer/testing-multi-repo-auth
* jekyll and jupyter updates
* add ruby to jekylls pr test
* update jekyll and ruby test
* remove features that dont follow my rules
Diffstat (limited to 'test/gradle/test.sh')
-rw-r--r-- | test/gradle/test.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/gradle/test.sh b/test/gradle/test.sh deleted file mode 100644 index 9a804e2..0000000 --- a/test/gradle/test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -# Optional: Import test library -source dev-container-features-test-lib - -# Definition specific tests -check "version" gradle --version - -# Report result -reportResults
\ No newline at end of file |