From c7ff3509adfb842c3dd7c649401e5e6bc6e06268 Mon Sep 17 00:00:00 2001 From: Leon Dumestre Date: Tue, 6 Feb 2024 10:24:37 +0100 Subject: [PATCH] ci: clean main --- .github/workflows/main.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd17fe8..5d3766e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,30 +6,6 @@ on: - develop pull_request: -jobs: - install: - runs-on: ubuntu-22.04 - steps: - - name: Checkout repository - uses: actions/checkout@v4.1.1 - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: 17 - distribution: 'temurin' - architecture: x64 - - test-backend: - needs: install - steps:name: CI devops -on: - push: - branches: - - main - - develop - pull_request: - jobs: install: runs-on: ubuntu-22.04 @@ -129,7 +105,7 @@ jobs: needs: - test-backend - sonarcloud - + steps: - name: Login to DockerHub run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}