Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 97b8284

Browse files
committed
ci: removed --locked and artifacts
1 parent 8b88bf1 commit 97b8284

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ variables:
1919
ARCH: "x86_64"
2020

2121

22-
.collect-artifacts: &collect-artifacts
23-
artifacts:
24-
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
25-
when: on_success
26-
expire_in: 7 days
27-
paths:
28-
- artifacts/
2922

3023
.docker-env: &docker-env
3124
tags:
@@ -66,7 +59,7 @@ test-linux-stable: &test
6659
RUSTFLAGS: -Cdebug-assertions=y
6760
TARGET: native
6861
script:
69-
- time cargo test --all --release --verbose --locked
62+
- time cargo test --all --release --verbose
7063
- sccache -s
7164

7265

@@ -77,10 +70,8 @@ build-linux-release: &build
7770
<<: *build-refs
7871
<<: *docker-env
7972
<<: *compiler_info
80-
<<: *collect-artifacts
8173
script:
8274
- time cargo build --release --verbose
83-
- mv ./target/release/libsecp256k1* ./artifacts/.
8475
- sccache -s
8576

8677

0 commit comments

Comments
 (0)