mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Fix db migration glue script
This commit is contained in:
parent
a05e05750c
commit
4b8d6e8168
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,6 +13,6 @@ reaction*.export.json
|
|||
*.qcow2
|
||||
debian-packaging/*
|
||||
*.swp
|
||||
export-go-db/export-db
|
||||
export-go-db/export-go-db
|
||||
import-rust-db/target
|
||||
/target
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ def main():
|
|||
|
||||
# Build glue script
|
||||
contents = """
|
||||
func main() {
|
||||
function main() {
|
||||
set -eu -o pipefail
|
||||
DIR="$(mktemp -d)"
|
||||
echo "$GOBIN" | base64 -d > "$DIR/gobin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue