Skip to content

Commit

Permalink
GitLab CI file for composer packages added
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyrichardson committed Oct 17, 2020
1 parent 52a6f80 commit 4626f2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
deploy_composer:
only:
- tags
stage: test
script:
- curl -sS --show-error --fail --data tag=${CI_COMMIT_TAG} "https://__token__:${DEPLOY_TOKEN}@gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer"

0 comments on commit 4626f2b

Please sign in to comment.