I hereby claim:
- I am brilvio on github.
- I am brilvio (https://keybase.io/brilvio) on keybase.
- I have a public key ASB22RxJUUcew2inD0TT5YfPd14g1tFjtGXZ4ycvQaX2bgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| stages: | |
| - build | |
| teste: | |
| stage: build | |
| environment: | |
| name: staging | |
| script: | |
| - SET NOMEARQ=DB120_RELEASE_R03.03 | |
| - cd Base |
| 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 |
| stages: | |
| - build | |
| test: | |
| stage: build | |
| environment: | |
| name: staging | |
| script: | |
| - git submodule update --init --remote #if you don't have submodules in your project you can remove this line | |
| - SET BDS=C:\\Program Files (x86)\\Embarcadero\\Studio\\15.0 |
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel; | |
| using System.Data; | |
| using System.Drawing; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Windows.Forms; |