From 31b6a42d6bb210aa617ebfc0eb9607259aff9db1 Mon Sep 17 00:00:00 2001 From: Jaelyn Litzinger Date: Tue, 24 Oct 2023 14:50:43 -0700 Subject: [PATCH] fix whitespace --- .gitlab-ci.yml | 1 - .gitlab/pnnl/.gitlab-ci.yml | 2 +- .gitlab/pnnl/base.gitlab-ci.yml | 1 - .gitlab/pnnl/deception.gitlab-ci.yml | 2 +- buildsystem/spack/deception/sbatch.sh | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5174db32..83f4cccf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,4 +140,3 @@ failure: - .report-status rules: - when: on_failure - diff --git a/.gitlab/pnnl/.gitlab-ci.yml b/.gitlab/pnnl/.gitlab-ci.yml index 27c75fb7..a32ba8dc 100644 --- a/.gitlab/pnnl/.gitlab-ci.yml +++ b/.gitlab/pnnl/.gitlab-ci.yml @@ -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 \ No newline at end of file + - ls -hal $WORKDIR diff --git a/.gitlab/pnnl/base.gitlab-ci.yml b/.gitlab/pnnl/base.gitlab-ci.yml index 486f1447..bf6d9777 100644 --- a/.gitlab/pnnl/base.gitlab-ci.yml +++ b/.gitlab/pnnl/base.gitlab-ci.yml @@ -251,4 +251,3 @@ stages: MY_CLUSTER: "deception" WORKDIR_SUFFIX: "x86_64-build" SLURM_ARGS: " --gres=gpu:1 --ntasks=3 " - diff --git a/.gitlab/pnnl/deception.gitlab-ci.yml b/.gitlab/pnnl/deception.gitlab-ci.yml index 3651f468..2bf0fc56 100644 --- a/.gitlab/pnnl/deception.gitlab-ci.yml +++ b/.gitlab/pnnl/deception.gitlab-ci.yml @@ -35,4 +35,4 @@ failure: extends: - .report-status rules: - - when: on_failure \ No newline at end of file + - when: on_failure diff --git a/buildsystem/spack/deception/sbatch.sh b/buildsystem/spack/deception/sbatch.sh index aad0c66a..8bfc9ca4 100755 --- a/buildsystem/spack/deception/sbatch.sh +++ b/buildsystem/spack/deception/sbatch.sh @@ -53,4 +53,4 @@ export MY_CLUSTER=deception EXIT_CODE=$? # Required to trigger trap handler -exit $EXIT_CODE \ No newline at end of file +exit $EXIT_CODE