Skip to content
Snippets Groups Projects
Commit e15a200f authored by kwadronaut's avatar kwadronaut :speech_balloon:
Browse files

debug CI

parent 79640858
Branches lb
Tags
No related merge requests found
Pipeline #112149 failed
......@@ -16,8 +16,6 @@ variables:
services:
- docker:dind
script:
- pwd
- ls
- docker build ./images/obfsvpn/
artifacts:
......
......@@ -4,8 +4,8 @@ ENV SOURCE_PATH ${GOPATH}/src/0xacab.org/leap/obfsvpn
COPY . ${SOURCE_PATH}/
WORKDIR ${SOURCE_PATH}
RUN ls && \
cd $SOURCE_PATH && ls && \
make build && cp server /obfsvpn-server
cd $SOURCE_PATH && pwd && \
cd .. && ls && make build && cp server /obfsvpn-server
FROM alpine:3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment