Skip to content

remove rabbitmq exposed ports, removed exit(0) #33

remove rabbitmq exposed ports, removed exit(0)

remove rabbitmq exposed ports, removed exit(0) #33

Workflow file for this run

name: "mirror"
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git remote add remote-repo https://github:${{secrets.GITLAB}}@epos-ci.brgm.fr/epos/opensource-docker.git
git fetch --unshallow
git checkout -b opensource-patch
git push remote-repo opensource-patch