UNPKG

@tamara-solution/checkout

Version:

Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.

9 lines (8 loc) 304 B
build:app: stage: build script: - $(aws ecr get-login --no-include-email --region me-south-1) - docker build --pull --rm --force-rm -f _docker/Dockerfile --build-arg BUILD_VERSION="$CI_PIPELINE_ID ($(date '+%Y-%m-%d %H:%M:%S'))" -t $UI_IMAGE . - docker push $UI_IMAGE tags: - shell