mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 22:26:35 +00:00
Remove 3rd/rapidjson submodule to streamline project dependencies.
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
when:
|
||||||
|
branch: [stage, main]
|
||||||
|
event: push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build-and-push
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
context: .
|
||||||
|
repo: registry:5000/autopilot
|
||||||
|
tags:
|
||||||
|
- "${CI_COMMIT_BRANCH}"
|
||||||
|
- "${CI_COMMIT_SHA:0:8}"
|
||||||
|
insecure: true
|
||||||
Reference in New Issue
Block a user