Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
6813f1df
Commit
6813f1df
authored
2 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
ab79ae8f
No related branches found
No related tags found
1 merge request
!60
Revert "Fail a test to be sure it works"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-1
16 additions, 1 deletion
.gitlab-ci.yml
with
16 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
1
View file @
6813f1df
image
:
docker-registry.xx.network/elixxir/sysadmin/backend-ci:go1.17-wasm
before_script
:
-
go version || echo "Go executable not found."
-
echo $CI_BUILD_REF
-
echo $CI_PROJECT_DIR
-
echo $PWD
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
ssh-keyscan -t rsa $GITLAB_SERVER > ~/.ssh/known_hosts
-
rm -rf ~/.gitconfig
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://gitlab.com/"
-
git config --global url."git@$GITLAB_SERVER:".insteadOf "https://git.xx.network/" --add
-
export PATH=$HOME/go/bin:$PATH
stages
:
-
wasm-test
-
go-test
...
...
@@ -42,4 +57,4 @@ doc-update:
-
GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
only
:
-
release
-
master
\ No newline at end of file
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment