Changed docker image
This commit is contained in:
parent
93442e83e1
commit
de73664ec1
@ -1,16 +1,13 @@
|
|||||||
default:
|
default:
|
||||||
image: wpilib/roborio-cross-ubuntu:2023-22.04
|
image: gradle:jdk11
|
||||||
tags:
|
tags:
|
||||||
- robot
|
- robot
|
||||||
|
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- git config --global --add safe.directory $CI_PROJECT_DIR
|
|
||||||
- chmod +x gradlew
|
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user