mirror of
https://github.com/typeable/octopod.git
synced 2024-11-23 01:03:45 +03:00
iko
ac83908e80
* First stab at refactoring status transitions * Removed 'archived' column from database * Added deployment locking * Added transition possibility assertion at the start of background tasks * Added a notification control script (#27) * Added notification script * Updated docs * Fixed link * fixed link * Fixed response error body rendering * Resolved comments and fixed some bugs after rebasing * added info script back in
5 lines
50 B
Bash
Executable File
5 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $0 $@ >> ./tmp/calls.txt
|
|
exit 0
|