Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chiefs
ChiefSend2
Commits
24dcc718
Commit
24dcc718
authored
Mar 28, 2021
by
Lukas Böhm
🎱
Browse files
Update .gitlab-ci.yml file
parent
e40f14bd
Pipeline
#59911
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24dcc718
...
...
@@ -9,7 +9,7 @@ cache:
-
/go/src/gopkge
variables
:
REPO_NAME
:
gitlab.c
om
/chiefs/chiefsend2
REPO_NAME
:
gitlab.c
s.fau.de
/chiefs/chiefsend2
# The problem is that to be able to use go get, one needs to put
# the repository in the $GOPATH. So for example if your gitlab domain
...
...
@@ -18,17 +18,11 @@ variables:
# repository in /go/src/gitlab.com/namespace/project
# Thus, making a symbolic link corrects this.
before_script
:
-
mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
-
ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
-
cd $GOPATH/src/$REPO_NAME
-
cd $CI_PROJECT_DIR/builds/chiefs/chiefsend2/api
-
mkdir -p ./test/data
-
mkdir -p ./test/temp
-
export DATABASE_URI=sqlite:test.db
-
export MEDIA_DIR=./media/test
-
echo GOPATH/src
-
find $GOPATH/src/
-
echo CI_PRJECT_DIR
-
find $CI_PROJECT_DIR
stages
:
...
...
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