Added icarus-models
This commit is contained in:
@@ -2,6 +2,16 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||||
|
- eval $(ssh-agent -s)
|
||||||
|
- mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable.
|
||||||
|
- chmod 600 gitlab_deploy_key
|
||||||
|
- ssh-add gitlab_deploy_key
|
||||||
|
- mkdir -p ~/.ssh
|
||||||
|
- '[[ -f /.dockerenv ]] && echo -e "Host gitlab.com\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||||
|
- echo "$KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: rust:1.85
|
image: rust:1.85
|
||||||
|
@@ -4,3 +4,4 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
icarus-models = { git = "ssh://git@gitlab.com/kdeng00/icarus-models.git", tag = "v0.1.0" }
|
||||||
|
Reference in New Issue
Block a user