Commit adb72333 authored by blackheaven's avatar blackheaven
Browse files

Use gitlab runner as amd64

parent 84fb2f94
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ before_script:
  - export GRADLE_USER_HOME

build:
  tags:
    - amd64
  stage: build
  script: gradle --build-cache assemble
  cache:
@@ -26,6 +28,8 @@ build:
      - .gradle

test:
  tags:
    - amd64
  stage: test
  script: gradle check
  cache:
@@ -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