Skip to content
Snippets Groups Projects
Commit ada0b9b7 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fixed deploy script for gitlab api v4

I think the old api was being used and was removed when the gitlab
server was updated.

Note gitlab is moving to graphql api in the next version
https://docs.gitlab.com/ee/api/graphql/
parent a0d9da36
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ PROGRAMS = ['eic-shell',
'ipython']
## URL for the current container (git tag will be filled in by the script)
CONTAINER_URL = r'https://eicweb.phy.anl.gov/{group}/{project}/-/jobs/artifacts/{version}/raw/build/{img}.sif?job=release_singularity'
CONTAINER_URL = r'https://eicweb.phy.anl.gov/api/v4/projects/290/jobs/artifacts/{version}/raw/build/{img}.sif?job=release:singularity'
#api/v4/projects/1/jobs/artifacts/master/raw/some/release/file.pdf
## Singularity bind directive
BIND_DIRECTIVE= '-B {0}:{0}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment