Skip to content

Commit 3ee3b56

Browse files
committed
lanl/ci: fix trailing clutter
that was messing up the gitlab ci brain Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 8ac9bf1 commit 3ee3b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:intel:
2020
- make -j 8 install
2121
- make check
2222
- export PATH=$PWD/install_test/bin:$PATH
23-
- cd examples
23+
- cd examples
2424
- make
2525
artifacts:
2626
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
@@ -93,7 +93,7 @@ build:gnu:
9393
- make -j 8 install
9494
- make check
9595
- export PATH=$PWD/install_test/bin:$PATH
96-
- cd examples
96+
- cd examples
9797
- make
9898
artifacts:
9999
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
@@ -123,7 +123,7 @@ build:cce:
123123
- make -j 8 install
124124
- make check
125125
- export PATH=$PWD/install_test/bin:$PATH
126-
- cd examples»
126+
- cd examples
127127
- make
128128
artifacts:
129129
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"

0 commit comments

Comments
 (0)