mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Add pull to circleci
This commit is contained in:
parent
85937bc17c
commit
4418b1e0fb
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git clone https://github.com/ysurac/openmptcprouter || true
|
git clone https://github.com/ysurac/openmptcprouter || true
|
||||||
cd openmptcprouter
|
cd openmptcprouter
|
||||||
|
git pull || true
|
||||||
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
||||||
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
|
@ -97,6 +98,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
git clone https://github.com/ysurac/openmptcprouter || true
|
git clone https://github.com/ysurac/openmptcprouter || true
|
||||||
cd openmptcprouter
|
cd openmptcprouter
|
||||||
|
git pull || true
|
||||||
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_PATH="$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL"
|
||||||
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}"
|
||||||
|
|
Loading…
Reference in a new issue