Skip to content

Commit 1d03acb

Browse files
Merge pull request #13 from coreweave/cpierre/dev
feat(ci): move gitlab org, update from master
2 parents 27414bb + 859d192 commit 1d03acb

File tree

6 files changed

+41
-388
lines changed

6 files changed

+41
-388
lines changed

.github/workflows/master-latest.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/mirror.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Mirror to Gitlab
2+
3+
on: [push]
4+
5+
jobs:
6+
mirror:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
12+
- uses: yesolutions/[email protected]
13+
with:
14+
REMOTE: 'https://gitlab.com/${{ github.repository }}'
15+
GIT_USERNAME: ${{ secrets.ORG_GITLAB_SYNC_UN }}
16+
GIT_PASSWORD: ${{ secrets.ORG_GITLAB_SYNC_PW }}

.github/workflows/tags.yaml

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)