Initial commit.
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
This commit is contained in:
commit
27d13f6b97
|
|
@ -0,0 +1,19 @@
|
|||
kind: pipeline
|
||||
name: bylaw-builder
|
||||
type: docker
|
||||
|
||||
|
||||
steps:
|
||||
- name: docker-image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.axpdsp.org
|
||||
repo: git.axpdsp.org/parliamentarian/bylaw-builder
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
FROM debian:stable-slim
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y emacs texlive git make
|
||||
Loading…
Reference in New Issue