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.
1 parent 7a82982 commit 0380835Copy full SHA for 0380835
scripts/datacontainer/run.sh
@@ -7,7 +7,7 @@ mkdir -p /usr/data/openapispecs/.git
7
cp -R /usr/data/specrepo/.git/* /usr/data/openapispecs/.git/
8
9
timestamp=`date +%Y/%m/%d-%H:%M:%S`
10
-echo "[$timestamp] Running git checkout master"
+echo "[$timestamp] Running 'git checkout [$specRetrievalGitBranch] -f'"
11
git checkout $specRetrievalGitBranch -f
12
13
0 commit comments