Skip to content

Commit

Permalink
Added --no-transfer-progress in build dockers #TASK-6757
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Dec 19, 2024
1 parent a504309 commit e72ac3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
./.github/workflows/scripts/get_same_branch.sh ${{ github.ref_name }} ${{ inputs.hadoop }}
fi
- name: Maven Build (skip tests)
run: mvn -T 2 clean install -DskipTests -P${{ inputs.hadoop }} -Dopencga.war.name=opencga -Dcheckstyle.skip
run: mvn -T 2 clean install -DskipTests -P${{ inputs.hadoop }} -Dopencga.war.name=opencga -Dcheckstyle.skip --no-transfer-progress
- uses: actions/upload-artifact@v4
with:
name: build-folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-ext-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
./.github/workflows/scripts/get_same_branch.sh ${{ github.ref_name }} ${{ inputs.hadoop }}
fi
- name: Maven Build (skip tests)
run: mvn -T 2 clean install -DskipTests
run: mvn -T 2 clean install -DskipTests --no-transfer-progress
- uses: actions/upload-artifact@v4
with:
name: build-folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-python-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
./.github/workflows/scripts/get_same_branch.sh ${{ github.ref_name }} ${{ inputs.hadoop }}
fi
- name: Maven Build (skip tests)
run: mvn -T 2 clean install -DskipTests
run: mvn -T 2 clean install -DskipTests -Dmaven.test.skip=true --no-transfer-progress
- uses: actions/upload-artifact@v4
with:
name: build-folder
Expand Down

0 comments on commit e72ac3c

Please sign in to comment.