Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Noblogs
ai-mu-plugins
Commits
65a0039b
Commit
65a0039b
authored
Sep 01, 2020
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
6b46df0b
Pipeline
#7702
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
14 deletions
+1
-14
.gitlab-ci.yml
.gitlab-ci.yml
+1
-14
No files found.
.gitlab-ci.yml
View file @
65a0039b
stages
:
-
release
variables
:
TAG
:
"
v0.1.4"
AUTH
:
"
__token__:$REGISTRY_TOKEN"
REGISTRY_URL
:
"
https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/composer"
release
:
stage
:
release
image
:
curlimages/curl
script
:
-
export
-
curl -s -S --fail --data tag=$TAG -u $AUTH $REGISTRY_URL
include
:
"
https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment