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
5bc9ee20
Commit
5bc9ee20
authored
Mar 28, 2021
by
Lukas Böhm
🎱
Browse files
Update .gitlab-ci.yml file
parent
cdad56de
Pipeline
#59914
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bc9ee20
...
...
@@ -13,11 +13,12 @@ variables:
before_script
:
-
mkdir -p $GOPATH/src/$(dirname $REPO_NAME) /go/src/_/builds
-
cp -r $CI_PROJECT_DIR $GOPATH/src/$(dirname $REPO_NAME)
-
ln -s $GOPATH/src/$(dirname $REPO_NAME) /go/src/_/builds/chiefs
-
cd $GOPATH/src/$(dirname $REPO_NAME)
-
ln -svf $CI_PROJECT_DIR $GOPATH/src/$(dirname $REPO_NAME)
-
cd $GOPATH/src/$(dirname $REPO_NAME)
-
cp -r $CI_PROJECT_DIR .
-
ln -s . /go/src/_/builds/chiefs
-
ln -sf $CI_PROJECT_DIR .
-
find $GOPATH -maxdepth
3
-
find $CI_PROJECT_DIR -maxdepth
3
-
mkdir -p ./test/data
-
mkdir -p ./test/temp
-
export DATABASE_URI=sqlite:test.db
...
...
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