We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9219ff commit 3bca764Copy full SHA for 3bca764
1 file changed
.gitlab-ci.yml
@@ -27,7 +27,7 @@ dev-test:
27
- dev
28
tags: [cori]
29
script:
30
- - bash ci/test-descqa-nersc.bash 1
+ - bash conda/test-nersc.sh
31
32
dev-deploy:
33
stage: deploy
@@ -37,14 +37,7 @@ dev-deploy:
37
38
- bash conda/set-symlinks.sh dev
39
40
-#release-test:
41
-# stage: test
42
-## rules:
43
-# - if: '$CI_COMMIT_TAG'
44
-# tags: [cori]
45
-# script:
46
-# - bash ci/test-descqa-nersc.bash 1
47
-
+
48
49
50
main-build:
@@ -81,18 +74,6 @@ main-deploy:
81
74
- bash conda/set-symlinks.sh prod
82
75
83
76
84
-#main-test:
85
86
-# only:
87
-# - main
88
-# except:
89
-# variables:
90
-## - $CI_COMMIT_TAG
91
92
93
94
95
96
77
97
78
98
79
0 commit comments