Skip to content

Commit

Permalink
Show builder commands just after the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Sep 23, 2024
1 parent d412d4e commit 1144b99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release-rhel-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
/usr/local/zimbra-foss-builder/zimbra-smart-builder.sh ${{ steps.split-tag.outputs.version }} ${{ env.ZIMBRA_BUILDER_ID }}
chown -R ${{ steps.runner.outputs.uid }}:${{ steps.runner.outputs.gid }} /home/build/installer-build/BUILDS/*
- run: cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt
- run: ls -la ${{ github.workspace }}/BUILDS/
- name: Get tgz release filename
id: tgz-release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-rhel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
/usr/local/zimbra-foss-builder/zimbra-smart-builder.sh ${{ steps.split-tag.outputs.version }} ${{ env.ZIMBRA_BUILDER_ID }}
chown -R ${{ steps.runner.outputs.uid }}:${{ steps.runner.outputs.gid }} /home/build/installer-build/BUILDS/*
- run: cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt
- run: ls -la ${{ github.workspace }}/BUILDS/
- name: Get tgz release filename
id: tgz-release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
/usr/local/zimbra-foss-builder/zimbra-smart-builder.sh ${{ steps.split-tag.outputs.version }} ${{ env.ZIMBRA_BUILDER_ID }}
chown -R ${{ steps.runner.outputs.uid }}:${{ steps.runner.outputs.gid }} /home/build/installer-build/BUILDS/*
- run: cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt
- run: ls -la ${{ github.workspace }}/BUILDS/
- name: Get tgz release filename
id: tgz-release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
/usr/local/zimbra-foss-builder/zimbra-smart-builder.sh ${{ steps.split-tag.outputs.version }} ${{ env.ZIMBRA_BUILDER_ID }}
chown -R ${{ steps.runner.outputs.uid }}:${{ steps.runner.outputs.gid }} /home/build/installer-build/BUILDS/*
- run: cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt
- run: ls -la ${{ github.workspace }}/BUILDS/
- name: Get tgz release filename
id: tgz-release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
/usr/local/zimbra-foss-builder/zimbra-smart-builder.sh ${{ steps.split-tag.outputs.version }} ${{ env.ZIMBRA_BUILDER_ID }}
chown -R ${{ steps.runner.outputs.uid }}:${{ steps.runner.outputs.gid }} /home/build/installer-build/BUILDS/*
- run: cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt
- run: ls -la ${{ github.workspace }}/BUILDS/
- name: Get tgz release filename
id: tgz-release
Expand Down

0 comments on commit 1144b99

Please sign in to comment.