We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d24509 + 5ec5075 commit 8589502Copy full SHA for 8589502
docker/run_tests.sh
@@ -6,19 +6,18 @@ echo DS3_ENDPOINT ${DS3_ENDPOINT}
6
echo DS3_SECRET_KEY ${DS3_SECRET_KEY}
7
echo DS3_ACCESS_KEY ${DS3_ACCESS_KEY}
8
9
-echo "cd /opt"
+set -x
10
+
11
cd /opt
12
13
if [ ${GIT_BRANCH} != "master" ]; then
- echo git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
14
git clone ${GIT_REPO} --branch ${GIT_BRANCH} --single-branch
15
else
16
- echo git clone ${GIT_REPO}
17
git clone ${GIT_REPO}
18
fi
19
20
-echo "cd ds3_java_sdk"
21
cd ds3_java_sdk
+git rev-parse HEAD
22
23
./gradlew test
24
0 commit comments