dist
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ steps:
|
||||
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
|
||||
- git config --global user.name "${DRONE_COMMIT_AUTHOR}"
|
||||
- git clone https://gitea.frontblock.me/fb-dist/${DRONE_REPO_NAME}.git
|
||||
- cp -r ./lib/* ./${DRONE_REPO_NAME}
|
||||
- cp -r ./dist/* ./${DRONE_REPO_NAME}
|
||||
- cd ./${DRONE_REPO_NAME}
|
||||
- git add -A
|
||||
- git commit -m "drone tagged as version ${DRONE_TAG}" || true
|
||||
|
||||
Reference in New Issue
Block a user