Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Commits
2bb336cf
Commit
2bb336cf
authored
2 years ago
by
Koen van der Veen
Browse files
Options
Download
Email Patches
Plain Diff
test ci
parent
458c1a6d
Pipeline
#9075
failed with stage
in 14 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
+
1
-
1
View file @
2bb336cf
...
...
@@ -7,6 +7,7 @@ variables:
DOCKER_TLS_CERTDIR
:
"
/certs"
before_script
:
-
echo $CI_COMMIT_REF_NAME
-
apt-get update -o dir::cache::archives="$APT_CACHE_DIR" -yq
-
apt-get install -o dir::cache::archives="$APT_CACHE_DIR" -y libsqlcipher-dev
-
cargo install cargo-audit
...
...
@@ -28,7 +29,6 @@ stages:
test
:
stage
:
test
script
:
-
echo $CI_COMMIT_REF_NAME
-
cargo fmt --all -- --check
-
touch src/main.rs && cargo clippy --all-targets --all-features -- -D warnings
-
TIME_CVE=RUSTSEC-2020-0071 && \
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets