We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4751121 commit 7d7e7a3Copy full SHA for 7d7e7a3
1 file changed
.gitlab-ci.yml
@@ -14,7 +14,7 @@ php71:
14
- make -j$(nproc)
15
- make test TESTS="-m"
16
artifacts:
17
- name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}_PHP71"
+ name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
18
expire_in: 2 weeks
19
paths:
20
- modules/bencode.so
@@ -28,7 +28,7 @@ php72:
28
29
30
31
- name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}_PHP72"
32
33
34
@@ -42,7 +42,7 @@ php73:
42
43
- make test # TESTS="-m"
44
45
- name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}_PHP73"
46
47
48
0 commit comments