List files in build directory
1 files changed, 1 insertions(+), 0 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 14,6 14,7 @@ build: stage: build script: - go build -o server + - ls only: - master