Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ before_script: - export GRADLE_USER_HOME build: tags: - amd64 stage: build script: gradle --build-cache assemble cache: Loading @@ -26,6 +28,8 @@ build: - .gradle test: tags: - amd64 stage: test script: gradle check cache: Loading @@ -36,6 +40,8 @@ test: - .gradle deploy: tags: - amd64 stage: deploy script: echo "Define your deployment script!" environment: production No newline at end of file Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ before_script: - export GRADLE_USER_HOME build: tags: - amd64 stage: build script: gradle --build-cache assemble cache: Loading @@ -26,6 +28,8 @@ build: - .gradle test: tags: - amd64 stage: test script: gradle check cache: Loading @@ -36,6 +40,8 @@ test: - .gradle deploy: tags: - amd64 stage: deploy script: echo "Define your deployment script!" environment: production No newline at end of file