Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/datacontainer/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p /usr/data/openapispecs/.git
cp -R /usr/data/specrepo/.git/* /usr/data/openapispecs/.git/

timestamp=`date +%Y/%m/%d-%H:%M:%S`
echo "[$timestamp] Running git checkout master"
echo "[$timestamp] Running 'git checkout [$specRetrievalGitBranch] -f'"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about set -x

git checkout $specRetrievalGitBranch -f

timestamp=`date +%Y/%m/%d-%H:%M:%S`
Expand Down