We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a61990 commit 749552cCopy full SHA for 749552c
shared-scripts.sh
@@ -133,7 +133,6 @@ function _setShell {
133
134
function _buildLinux {
135
_setShell
136
- _setupNodeVersion $AMPLIFY_NODE_VERSION
137
echo "Linux Build"
138
yarn run production-build
139
storeCacheForLinuxBuildJob
@@ -276,6 +275,8 @@ function _setupE2ETestsWindows {
276
275
}
277
278
function _setupGen2E2ETestsLinux {
+ echo "Setup Node Version"
279
+ _setupNodeVersion $AMPLIFY_NODE_VERSION
280
echo "Setup Gen2 E2E Tests Linux"
281
loadCacheFromLinuxBuildJob
282
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache
0 commit comments