Skip to content
Snippets Groups Projects
Commit 38552a89 authored by Alejandro Tjaarda's avatar Alejandro Tjaarda
Browse files

Merge branch 'main' into nemo

parents e2033393 1e7214e3
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
name: Sync to GitLab
on:
push:
branches:
- nemo
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub repository
uses: actions/checkout@v3
with:
ref: nemo
- name: Configure Git
run: |
git config user.name "Tjaarda1"
git config user.email "100383348@alumnos.uc3m.es"
- name: Add GitLab remote
run: |
git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.eclipse.org/eclipse-research-labs/nemo-project/nemo-infrastructure-management/federated-meta-network-cluster-controller/multi-domain-l2s-m.git
- name: Push to GitLab
run: |
git push gitlab nemo:development
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment