Skip to content

Commit

Permalink
Merge 2648463 into f792e39
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed Aug 3, 2017
2 parents f792e39 + 2648463 commit 8aa6895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ $DRONE_REPO != "vmware/harbor" ]; then
fi

# default running mode...
if [[ $DRONE_BRANCH == "master" || $DRONE_BRANCH == *"refs/tags"* || $DRONE_BRANCH == "releases/"* ]] && [[ $DRONE_BUILD_EVENT == "push" || $DRONE_BUILD_EVENT == "tag" ]]; then
if [[ $DRONE_BRANCH == "master" || $DRONE_BRANCH == "drone" || $DRONE_BRANCH == *"refs/tags"* || $DRONE_BRANCH == "releases/"* ]] && [[ $DRONE_BUILD_EVENT == "push" || $DRONE_BUILD_EVENT == "tag" ]]; then
## -------------- Package installer with clean code -----------------
echo "Package Harbor build."
pybot --removekeywords TAG:secret --include Bundle tests/robot-cases/Group0-Distro-Harbor
Expand Down

0 comments on commit 8aa6895

Please sign in to comment.