Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PMCV force field correction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimír Višňovský
PMCV force field correction
Merge requests
!12
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
k8s-development
Overview
0
Commits
8
Pipelines
0
Changes
6
Merged
Vladimír Višňovský
requested to merge
master
into
k8s-development
4 years ago
Overview
0
Commits
8
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
k8s-development
k8s-development (base)
and
latest version
latest version
e061aab3
8 commits,
4 years ago
6 files
+
122
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/mirror.yml
0 → 100644
+
20
−
0
Options
name
:
Mirror from Gitlab
on
:
schedule
:
# nightly (0th hour 0th minute of every day)
#- cron: '0 0 * * *'
-
cron
:
'
0
*/2
*
*
*'
workflow_dispatch
:
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Mirror
run
:
|
git clone --mirror https://gitlab.ics.muni.cz/467814/magicforcefield-pipeline.git
cd magicforcefield-pipeline.git
git remote add github "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
git push --mirror github
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Loading