File: build_images.sh

package info (click to toggle)
omnidb-plpgsql-debugger 3.0.0.20201026-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ansic: 420; sql: 215; sh: 81; makefile: 13
file content (9 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash

cd tarbuild
docker build -t omnidb/debugger_tarbuild .
cd ..

cd pkgbuild
docker build -t omnidb/debugger_pkgbuild .
cd ..