-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
check_program_compilation: | ||
runs-on: ubuntu-latest | ||
needs: checking_coding_style #lance pas le check compilation si le projet est pas cds freindly | ||
container: | ||
image: epitechcontent/epitest-docker:latest | ||
steps: | ||
|
@@ -59,15 +58,14 @@ | |
|
||
push_to_mirror: | ||
runs-on: ubuntu-latest | ||
needs: check_program_compilation #pas de push si pas de compilation | ||
#if: github.event_name == 'push' | ||
steps: | ||
- uses: actions/checkout@v4 #again version a vérifier | ||
with: | ||
fetch-depth: 0 | ||
- uses: pixta-dev/[email protected] #verifier si tout est ok pour le miror c ce qui pose pb rn | ||
with: | ||
target_repo_url: [email protected]:EpitechPromo2028/B-DOP-200-LYN-2-1-chocolatine-alexis.drago-beltran.git | ||
target_repo_url: ssh://[email protected]:EpitechPromo2028/B-DOP-200-LYN-2-1-chocolatine-alexis.drago-beltran.git | ||
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }} #clef ssh pour le repo epitech | ||
|
||
# TODO : | ||
|