Skip to content
Snippets Groups Projects
Commit 4eb28782 authored by ale's avatar ale
Browse files

Rename the dependencies file to have the correct extension

This isn't a JSON file.
parent eeaa7809
Branches
No related tags found
No related merge requests found
#!/bin/sh
deps_file=/var/lib/gitlab-deps/deps.json
deps_file=/var/lib/gitlab-deps/deps.list
if [ -z "$GITLAB_URL" ]; then
echo "Gitlab-deps is not configured (GITLAB_URL empty)" >&2
......
#!/bin/sh
deps_file=/var/lib/gitlab-deps/deps.json
deps_file=/var/lib/gitlab-deps/deps.list
reload=1
ret=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment