Compare commits

..

No commits in common. "f4af0d5e772bd0f6c9c4b0a1d6748b7ca707dfca" and "6553dbf3d1427c2dc32745ec4760da3d19a1c942" have entirely different histories.

4 changed files with 3 additions and 18 deletions

View File

@ -1,13 +0,0 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: gitea.b4tman.ru
username: b4tman
repo: b4tman/qchgk
tags: latest
dry_run: true

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "src"]
path = src
url = ssh://git@gitea.b4tman.ru/b4tman/qchgk_web.git
url = ssh://git@gitea.b4tman.ru:4222/b4tman/qchgk_web.git

View File

@ -1,6 +1,4 @@
FROM rust:1-alpine as builder
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
FROM ekidd/rust-musl-builder:nightly-2021-01-01 as builder
COPY Cargo.toml /home/rust/src/
COPY Cargo.lock /home/rust/src/

2
src

@ -1 +1 @@
Subproject commit b281f85a70a9a741d1a0851deefcb80e6aa22061
Subproject commit 8231274658bdb631a0ba5a4756d2e9bf5eda9350