This commit is contained in:
@@ -22,5 +22,7 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: cd ${{ gitea.workspace }}/Backend && gradle build
|
- name: build
|
||||||
|
working-directory: ${{ gitea.workspace }}/Backend
|
||||||
|
run: gradle build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM postgres:15.17-trixie
|
FROM postgres:15.17-trixie
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y curl wget zip unzip build-essential zlib1g-dev
|
RUN apt install -y curl wget zip unzip build-essential zlib1g-dev nodejs
|
||||||
RUN curl -s "https://get.sdkman.io?ci=true" | bash
|
RUN curl -s "https://get.sdkman.io?ci=true" | bash
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
RUN source "/root/.sdkman/bin/sdkman-init.sh" \
|
RUN source "/root/.sdkman/bin/sdkman-init.sh" \
|
||||||
|
|||||||
Reference in New Issue
Block a user