Sterling Paramore
08/30/2022, 10:34 PMdagster-cloud workspace add-location --organization=${DAGSTER_CLOUD_ORGANIZATION} --api-token=${DAGSTER_CLOUD_API_TOKEN} --deployment=${DEPLOYMENT_ID} --package-name=eta_wh --image=${REGISTRY_URL}:${CI_COMMIT_REF_NAME} mainspring_warehouse
This command has worked before.
This was all working this morning. I’ve been making some changes during the day, but nothing that seems related to this kind of error.prha
08/30/2022, 10:45 PMSterling Paramore
08/30/2022, 11:18 PMmse_wh
to eta_wh
. Seems like that’s all I did and I don’t know why that wouldn’t workENTRYPOINT
from []
to ["/bin/bash", "-c"]
. When I use []
, it works.
I needed the other one for working with the container locally