-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Calling shipbuilder get:remove VARIABLE -aAPP is not properly removing the variable from the environment. For ex:
$ shipbuilder config:get POSTGRES_ENGINE -aAPP
Client connecting via 'ubuntu@APP..
django_postgrespool
$ shipbuilder config:remove POSTGRES_ENGINE -aAPP
Client connecting via 'ubuntu@APP..
0:01 === Removing environment variables..
0:01
Finished removing environment variables.
0:01 NOTICE: Redeploy deferred, changes will not be active until next deploy is triggered
Notice that no environment variables were removed.
Additionally, I don't believe that this should have been deferred.
Metadata
Metadata
Assignees
Labels
No labels