Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
finc
fid
worldcat-search-client
Commits
4412466d
Commit
4412466d
authored
Mar 15, 2019
by
Gregor Gawol
Browse files
commited gitlab-ci.yml
parent
39ee9822
Pipeline
#1662
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
4412466d
packagist
:
image
:
name
:
byrnedo/alpine-curl:0.1
entrypoint
:
[
'
/bin/sh'
,
'
-c'
]
script
:
|
echo "Publishing composer package..."
export URL="https://packagist.org/packages/finc/worldcat-search-client"
/usr/bin/curl --header 'content-type:application/json' \
--data "{\"repository\":{\"url\":\"$URL\"}}" \
$PACKAGIST_UPDATE_URL
tags
:
[
docker
]
only
:
[
/^(v|master)/
]
Write
Preview
Supports
Markdown
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