Skip to content
Snippets Groups Projects
Commit f29d7a89 authored by dgelessus's avatar dgelessus
Browse files

Remove unnecessary chmod (gradlew is already executable in Git)

parent 6a743ce4
No related branches found
No related tags found
Loading
...@@ -20,7 +20,6 @@ stages: ...@@ -20,7 +20,6 @@ stages:
.test-linux: .test-linux:
extends: .test-common extends: .test-common
before_script: &default_before_script_linux before_script: &default_before_script_linux
- chmod +x ./gradlew
- export DEBIAN_FRONTEND="noninteractive" - export DEBIAN_FRONTEND="noninteractive"
- apt-get update - apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment