diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-01-18 23:10:11 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-18 23:10:11 +0000 |
commit | 22d02edbd858649e1c890621d72867d913f8dc57 (patch) | |
tree | fd721e7a045a1108c754ed3758d6ea0aec095dc4 /utils/bash.sh | |
parent | 5a496f68588ac0e7565f386d418c051f57df0c8b (diff) | |
download | cheatdb-22d02edbd858649e1c890621d72867d913f8dc57.tar.xz |
Add constraint for release tasks and approval
Diffstat (limited to 'utils/bash.sh')
-rwxr-xr-x | utils/bash.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/bash.sh b/utils/bash.sh new file mode 100755 index 0000000..f75fc41 --- /dev/null +++ b/utils/bash.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker exec -it contentdb_app_1 bash |