ci: Better handling of build_ids
Now a new build id is created every time we issue a create command and build_id is None. Any subsequent commands will use this build_id. In case we don't provide a build_id (None) and we try to run a command other than create (that needs to read from temporary config to get our server credentials) then the latest entry in temporary config file will be used.
Please register or sign in to comment