chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit ffc54df56a557c26cec8d17c110ce444dcfa57ce
parent fd440429d34776f974138272a49229a2385e56b0
Author: Daven Savoie <daps218@gmail.com>
Date:   Tue, 24 Aug 2021 16:15:35 +0000

Update .gitlab-ci.yml
Diffstat:
M.gitlab-ci.yml | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,5 +1,7 @@ stages: - build +- test +#running the bash script in test build_python_deps: image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev @@ -18,3 +20,17 @@ build_python_deps: - master - daven/* +build_python_deps: + image: registry.gitlab.com/grassrootseconomics/cic-base-images:python-3.8.6-dev + stage: test + variables: + #CI_DEBUG_TRACE: "true" + CIC_PACKAGE_REGISTRY_PROJECT_ID: 27624814 + script: + ls + only: + - master + - daven/* + + +