Add emacs to the test image.
semver Build semver has succeeded Details
cargo-fmt Build cargo-fmt has succeeded Details
organic-test Build organic-test has failed Details
build-cargo-fmt Build build-cargo-fmt has succeeded Details
build-organic-test Build build-organic-test has succeeded Details

This commit is contained in:
Tom Alexander 2023-07-13 00:26:08 -04:00
parent 586f569646
commit a3f6d7ef9f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 4 deletions

View File

@ -51,9 +51,7 @@ spec:
requests:
storage: 10Gi
subPath: rust-source
params:
- name: GIT_BRANCH
value: "master"
params: []
- name: organic-test
agent: tekton-pipeline
branches:

View File

@ -1,3 +1,3 @@
FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev emacs