Skip to content

Commit

Permalink
Use touch [file] instead of > [file] in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyEastham committed Apr 21, 2022
1 parent fc59568 commit db2cf0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/createConfigFileForTesting
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
> config_temp.yaml
touch config_temp.yaml

prefix=`./utils/project-prefix`

Expand Down
2 changes: 1 addition & 1 deletion utils/setupTestEnvCicd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# setup jars, dependencies and version

./gradlew clean
> version_temp.yaml
touch version_temp.yaml

prefix=`./utils/project-prefix`

Expand Down
2 changes: 1 addition & 1 deletion utils/setupTestEnvLocal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# setup jars, dependencies and version

./gradlew clean
> version_temp.yaml
touch version_temp.yaml

prefix=`./utils/project-prefix`

Expand Down

0 comments on commit db2cf0d

Please sign in to comment.