Skip to content
Snippets Groups Projects
Commit 7de3b385 authored by Richard Carback's avatar Richard Carback
Browse files

edit in place w/ sed

parent 5e97ccf2
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ smokeinfraBatch4: ...@@ -105,7 +105,7 @@ smokeinfraBatch4:
- echo $PWD - echo $PWD
- cd smokeinfra - cd smokeinfra
- git checkout -- . - git checkout -- .
- sed 's/\ 42/\ 4/g' *.yaml - sed -i 's/\ 42/\ 4/g' *.yaml
- ./run.sh - ./run.sh
- cd .. - cd ..
artifacts: artifacts:
...@@ -122,7 +122,7 @@ smokeinfraBatch1: ...@@ -122,7 +122,7 @@ smokeinfraBatch1:
- echo $PWD - echo $PWD
- cd smokeinfra - cd smokeinfra
- git checkout -- . - git checkout -- .
- sed 's/\ 42/\ 1/g' *.yaml - sed -i 's/\ 42/\ 1/g' *.yaml
- ./run.sh - ./run.sh
- cd .. - cd ..
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment