Skip to content

Commit 3bca764

Browse files
authored
set up dev builds
1 parent d9219ff commit 3bca764

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev-test:
2727
- dev
2828
tags: [cori]
2929
script:
30-
- bash ci/test-descqa-nersc.bash 1
30+
- bash conda/test-nersc.sh
3131

3232
dev-deploy:
3333
stage: deploy
@@ -37,14 +37,7 @@ dev-deploy:
3737
script:
3838
- bash conda/set-symlinks.sh dev
3939

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-
40+
4841

4942

5043
main-build:
@@ -81,18 +74,6 @@ main-deploy:
8174
- bash conda/set-symlinks.sh prod
8275

8376

84-
#main-test:
85-
# stage: test
86-
# only:
87-
# - main
88-
# except:
89-
# variables:
90-
## - $CI_COMMIT_TAG
91-
# tags: [cori]
92-
# script:
93-
# - bash ci/test-descqa-nersc.bash 1
94-
95-
9677

9778

9879

0 commit comments

Comments
 (0)