Skip to content

Instantly share code, notes, and snippets.

@brilvio
Created March 8, 2018 13:14
Show Gist options
  • Save brilvio/840a96fb5f48e5ac51fd3f1d4ceb4161 to your computer and use it in GitHub Desktop.
Save brilvio/840a96fb5f48e5ac51fd3f1d4ceb4161 to your computer and use it in GitHub Desktop.
Running with gitlab-runner 10.2.0 (0a75cdd1)
on DelphiRelease (79bd9abc)
Using Shell executor...
Running on FERNANDOVM1...
Fetching changes...
Removing 120.03/DB120_RELEASE_R03.03.sql
Removing Base/diff.txt
HEAD is now at a9a7366 .
From http://gitlab.xpertgit.com/BaseDeDados/teste
a9a7366..7231545 teste -> origin/teste
Checking out 72315452 as teste...
Skipping Git submodules setup
$ SET NOMEARQ=DB120_RELEASE_R03.03
$ cd Base
$ git fetch -p
$ git log --reverse --format="" --name-only --relative origin/manutencao..HEAD > diff.txt
$ SETLOCAL EnableDelayedExpansion
$ for /f "Tokens=* Delims=" %%x in (diff.txt) do set FILES=!FILES! + ..\Base\%%x
$ SET files=%NOMEARQ%_Base.sql%FILES%
$ cd ..
$ cd 120.03
$ copy %FILES% %NOMEARQ%.sql
DB120_RELEASE_R03.03_Base.sql
..\Base\teste2.sql
..\Base\teste3.sql
..\Base\teste.sql
..\Base\teste4.sql
1 arquivo(s) copiado(s).
$ cd ..
$ CompileUpdt.exe auto
Uploading artifacts...
UpdateXpert.exe: found 1 matching files
Updateinst.xpt: found 1 matching files
Uploading artifacts to coordinator... ok id=14521 responseStatus=201 Created token=k7GJyoGD
Job succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment