Commit d2fa61a4 authored by Leon's avatar Leon

upload

parent 1bb63576
Pipeline #7190 failed with stage
in 31 seconds
# Stages
stages:
- push
linux_master:
stage: push
only:
- master
tags:
- centos6_cd
script:
- git config user.name "l2m2"
- git config user.email "l2m2lq@gmail.com"
- /bin/cp -rf ../topikm6/topdfm/src/module src
- cd src
- git init
- git add .
- git commit -m "Update topdfm moulde by CI."
- git remote add origin https://oauth2:$GL_TOKEN@gitlab.topibd.net/topikm6/topdfm-module.git
- git push --force origin master
# topdfm-module-source # topdfm-module-source
[![pipeline status](http://gitlab.topibd.net/leon.li/topdfm-module-source/badges/master/pipeline.svg)](http://gitlab.topibd.net/leon.li/topdfm-module-source/commits/master)
此REPO用作自动同步TopDFM产品的module到topdfm-module REPO.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment