Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 11, 2024
1 parent 91c2d05 commit e53f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
commit_hash=$(git rev-parse --short HEAD)
build_tag=$(echo "${{ github.ref }}" | rev | cut -d/ -f1 | rev)_${commit_hash}_${GITHUB_RUN_NUMBER}
echo "build_tag: $build_tag"
bash ./build.sh $build_tag ${{ env.NODE_NAME }} ${{ env.HUB_ORG }} ${{ github.event.inputs.buildDockerImage }} ${{ github.event.inputs.buildCdnAssests }} ${{ github.event.inputs.cdnUrl }}
bash ./build.sh $build_tag test1 test2 test3 test4 test5
cp metadata.json $GITHUB_WORKSPACE/metadata.json
if [[ "${{ github.event.inputs.buildCdnAssests }}" == 'true' ]]; then
mkdir -p cdn_assets
Expand Down

0 comments on commit e53f653

Please sign in to comment.