Compare commits

...

14 Commits

Author SHA1 Message Date
fd99bc6f66 push
All checks were successful
CI/CD Pipeline / test (push) Successful in 22m10s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-01-17 23:42:07 +01:00
c5673559d0 try 2024-01-17 23:41:08 +01:00
54f9dc22e0 try 2024-01-17 23:40:49 +01:00
9267b4dbc8 try 2024-01-17 23:40:48 +01:00
6e8947a928 try 2024-01-17 23:39:57 +01:00
0ab121df8e try 2024-01-17 23:39:55 +01:00
7c7877d275 try 2024-01-17 23:39:35 +01:00
1e02b2f5bb try 2024-01-17 23:39:22 +01:00
ca11e72d00 try 2024-01-17 23:39:22 +01:00
5631b0551c try 2024-01-17 23:39:22 +01:00
97154ef4b9 try 2024-01-17 23:39:20 +01:00
e5311b4fab try 2024-01-17 23:38:06 +01:00
76a1dbccbf try 2024-01-17 23:36:18 +01:00
f1f17cdb44 optimize ci build: use own dockerfile for dependencies + cache for builds (#164)
Some checks failed
CI/CD Pipeline / test (push) Successful in 8m1s
CI/CD Pipeline / deploy-staging (push) Failing after 16m57s
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #164
2024-01-17 22:56:33 +01:00
2 changed files with 0 additions and 4 deletions

View File

@ -44,7 +44,6 @@ jobs:
# path: frontend/playwright-report/
# retention-days: 30
deploy-staging:
runs-on: ubuntu-latest
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
@ -68,8 +67,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-release-
- name: Build
run: |
cargo build --release --target $CARGO_TARGET

View File

@ -5,7 +5,6 @@
# 2. Tag the image: `docker tag <id> git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
# 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
FROM rust:1.75.0
RUN apt-get update && apt-get install -y sqlite3