Skip to content

Commit

Permalink
#2: fix setup script syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 1682242 commit 7087408
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ci/setup-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-alpine-clang-13-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-20.04-clang-10-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-20.04-clang-9-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-20.04-gcc-9-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-20.04-icpc-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-20.04-icpx-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-clang-11-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-clang-12-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-clang-13-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-clang-14-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-gcc-11-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-22.04-gcc-12-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-amd64-ubuntu-24.04-clang-16-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down
2 changes: 1 addition & 1 deletion ci/shared/scripts/setup-arm64-macos-14-clang-14-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ echo "--"
echo "-- Installing dependencies..."
echo "--"

if [ $WF_DOCKER == "1" ]; then
if [ "$WF_DOCKER" = "1" ]; then
# If a docker image is being built then deps are already available.
cd $WF_TMP_DIR/deps
else
Expand Down

0 comments on commit 7087408

Please sign in to comment.