Skip to content

Commit

Permalink
refactor(gitlab-yaml): removed the request to trigger pipeline in pac…
Browse files Browse the repository at this point in the history
…ket (openzfs#287)

Signed-off-by: nsathyaseelan <[email protected]>
  • Loading branch information
nsathyaseelan authored and vishnuitta committed Jan 28, 2020
1 parent 7757d79 commit 5b6cf78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ baseline-image:
- git commit -m "updated $CI_PROJECT_NAME commit:$COMMIT"
- git push https://$user:[email protected]/$REPO/e2e-infrastructure.git --all
- if [[ "$BRANCH" == "develop" ]] ; then export INFRA="master" ; else export INFRA=$BRANCH ; fi
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-ultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-penultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-antepenultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
# - curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-ultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
# - curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-penultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
# - curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-antepenultimate https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline

0 comments on commit 5b6cf78

Please sign in to comment.