Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz committed Oct 24, 2023
1 parent 526a4cd commit 31b6a42
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ failure:
- .report-status
rules:
- when: on_failure

2 changes: 1 addition & 1 deletion .gitlab/pnnl/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ SVC-Account-Cleanup:
- export WORKDIR="$HOME/gitlab/"
# clears directory of files more than 3 hours/180 minutes old
- find $WORKDIR -type d -mindepth 1 -mmin +180 -prune -print -exec rm -rf {} \; || true
- ls -hal $WORKDIR
- ls -hal $WORKDIR
1 change: 0 additions & 1 deletion .gitlab/pnnl/base.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,3 @@ stages:
MY_CLUSTER: "deception"
WORKDIR_SUFFIX: "x86_64-build"
SLURM_ARGS: " --gres=gpu:1 --ntasks=3 "

2 changes: 1 addition & 1 deletion .gitlab/pnnl/deception.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ failure:
extends:
- .report-status
rules:
- when: on_failure
- when: on_failure
2 changes: 1 addition & 1 deletion buildsystem/spack/deception/sbatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ export MY_CLUSTER=deception

EXIT_CODE=$?
# Required to trigger trap handler
exit $EXIT_CODE
exit $EXIT_CODE

0 comments on commit 31b6a42

Please sign in to comment.