Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line variables: BIN_DIR: "/bin" BIN_DIR: "/test-bin" CODEC_DIR: "/codec" Loading @@ -15,7 +15,7 @@ default: - git pull # only builds if code has actually changed - make -j - cp IVAS_* ${dir}/ - cp IVAS_* ${BIN_DIR}/ - cd $dir Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line variables: BIN_DIR: "/bin" BIN_DIR: "/test-bin" CODEC_DIR: "/codec" Loading @@ -15,7 +15,7 @@ default: - git pull # only builds if code has actually changed - make -j - cp IVAS_* ${dir}/ - cp IVAS_* ${BIN_DIR}/ - cd $dir Loading