Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Jan 22, 2025
1 parent 96a6791 commit 4c0dd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def generateStage(nodeLabel) {
sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh
export ACCNR=epic
./rt.sh -a ${ACCNR} | tee $WORKSPACE/tests/logs/RT-run-$machine.log
cd cd $WORKSPACE/tests/logs/
cd $WORKSPACE/tests/logs/
cp rt.log.HERCULES /work/noaa/epic/role-epic/jenkins/workspace
git remote -v
git fetch --no-recurse-submodules origin
Expand All @@ -51,7 +51,7 @@ def generateStage(nodeLabel) {
cd $WORKSPACE/ci
sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh
./rt.sh -a ${ACCNR} | tee $WORKSPACE/tests/logs/RT-run-$machine.log
cd cd $WORKSPACE/tests/logs/
cd $WORKSPACE/tests/logs/
cp rt.log.ORION /work/noaa/epic/role-epic/jenkins/workspace
git remote -v
git fetch --no-recurse-submodules origin
Expand Down

0 comments on commit 4c0dd29

Please sign in to comment.