This commit is contained in:
parent
06b62c5143
commit
b15d3c5192
@ -21,7 +21,8 @@ steps:
|
|||||||
- git config --global user.email "drone@spark-ops.com"
|
- git config --global user.email "drone@spark-ops.com"
|
||||||
- git clone https://$GIT_USERNAME:$GIT_PASSWORD@git.spark-ops.com/LaunchSim/application.git
|
- git clone https://$GIT_USERNAME:$GIT_PASSWORD@git.spark-ops.com/LaunchSim/application.git
|
||||||
- cp README_APP.md dist/LaunchSim.exe application/
|
- cp README_APP.md dist/LaunchSim.exe application/
|
||||||
|
- VERSION=$(cat VERSION)
|
||||||
- cd application
|
- cd application
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "Actualización de LaunchSim.exe y README_APP.md"
|
- git commit -m "Actualización de v$VERSION"
|
||||||
- git push origin main
|
- git push origin main
|
||||||
|
Loading…
Reference in New Issue
Block a user