11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use cloud/aws/ecr
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
|
||
|
ECR_LOGIN $@
|