Skip to content

Commit

Permalink
remove depth
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent 6e5483a commit 58b729f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
name: ianw1974/zimbra-build-scripts
ref: master
fetch-depth: 2
path: zimbra-build-scripts
- run: ls -la zimbra-build-scripts
- name: Build builder
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
container:
image: ghcr.io/kontextwork/zimbra-builder:latest
steps:
- run: mv /home/git/zimbra-build-scripts/config.build.10 /home/git/zimbra-build-scripts/config.build
- run: /home/git/zimbra-build-scripts/zimbra-build-helper.sh --build-zimbra
- run: ls -la /home/git/zimbra/BUILDS
- run: mv /home/git/zimbra/BUILDS/UBUNTU20_02*/zcs-*.tgz /home/git/zimbra/BUILDS/zimbra-${{ github.ref_name }}.tgz
Expand Down

0 comments on commit 58b729f

Please sign in to comment.