mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Merge branch 'main' of gitlab.com:etc404/software-engineering-project
This commit is contained in:
@@ -9,6 +9,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
clean: false
|
||||
|
||||
- name: Get Metadata
|
||||
id: meta
|
||||
@@ -31,9 +34,6 @@ jobs:
|
||||
- name: Build with Maven
|
||||
run: mvn clean package -Dmaven.test.skip
|
||||
|
||||
- name: Sad Face Emoji
|
||||
run: cat src/main/resources/static/css/create-recipe.css
|
||||
|
||||
- name: Log into Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user