Skip to content

Commit

Permalink
Fix pipe build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tcibinan committed Sep 18, 2023
1 parent a89aebf commit 14775ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/github_actions/gha_build_pipe_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ CLOUD_PIPELINE_BUILD_NUMBER=$(($CLOUD_PIPELINE_BUILD_NUMBER_SEED+$GITHUB_RUN_NUM
-x :pipe-cli:test

if [ "$GITHUB_REPOSITORY" == "epam/cloud-pipeline" ]; then
aws s3 cp pipe-cli/dist/dist-folder/pipe.zip s3://cloud-pipeline-oss-builds/temp/$CLOUD_PIPELINE_BUILD_NUMBER/pipe.zip
aws s3 cp pipe-cli/dist/win/pipe.zip s3://cloud-pipeline-oss-builds/temp/$CLOUD_PIPELINE_BUILD_NUMBER/pipe.zip
fi

0 comments on commit 14775ce

Please sign in to comment.