We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae14ef1 commit 8eaf117Copy full SHA for 8eaf117
1 file changed
.circleci/local_publish_helpers_codebuild.sh
@@ -28,7 +28,7 @@ function uploadPkgCliCodeBuild {
28
set -e
29
30
cd out/
31
- export version=$(./amplify-pkg-linux-x64 --version)
+ export version=$(./amplify-pkg-linux-x64 --version 2>/dev/null | tail -1)
32
33
# validate that version is uploaded in right build
34
if [[ "$version" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
0 commit comments