clone: git: image: plugins/git depth: 1 pipeline: build: image: docker volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - echo $PUSH_TOKEN environment: - PUSH_TOKEN=$${PUSH_TOKEN} secrets: - PUSH_TOKEN commands: - /bin/sh build.sh