Skip to content

Commit

Permalink
Fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 20, 2024
1 parent 3a0f2aa commit 886495a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ k3s-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion libgmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libgmp-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion nodejs-lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nodejs-lts-check:
fi
echo "### Found LTS version ${VERSION}"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion openjdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ openjdk-check:
)"
echo "Got version <${VERSION}>"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion passage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ passage-check:
echo "Got version <${VERSION}.${COMMIT}>"
echo "version=${VERSION}.${COMMIT}" >>variables.env
echo "VERSION=${VERSION}.${COMMIT}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion python-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-3.12-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}.${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>variables.env
echo "VERSION=${VERSION}.${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ k3s-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}.${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>variables.env
echo "VERSION=${VERSION}.${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down
2 changes: 1 addition & 1 deletion rke2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rke2-check:
fi
echo "Got version <${VERSION}>"
echo "version=${VERSION}" >>variables.env
echo "VERSION=${VERSION}" >>variables.env
artifacts:
reports:
dotenv: variables.env
Expand Down

0 comments on commit 886495a

Please sign in to comment.