Skip to content

Commit

Permalink
Rewrite rust (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/38
  • Loading branch information
kjuulh committed Nov 27, 2022
1 parent 0d6e8bc commit 991861d
Show file tree
Hide file tree
Showing 445 changed files with 53,358 additions and 2,568 deletions.
14 changes: 5 additions & 9 deletions .drone.yml
@@ -1,9 +1,5 @@

kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
commands:
- echo 'Run tests'
kind: template
load: bust_rustbin_default_template.yaml
name: octopush
data:
binName: octopush
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
/target
.cuddle/
target/
.env
1 change: 0 additions & 1 deletion CONFIGURATION_SERVER.md

This file was deleted.

0 comments on commit 991861d

Please sign in to comment.