-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added job output #5
base: master
Are you sure you want to change the base?
Conversation
job.go
Outdated
@@ -1,7 +1,7 @@ | |||
package golang | |||
|
|||
import ( | |||
"github.com/gaia-pipeline/protobuf" | |||
"github.com/Skarlso/protobuf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Skarlso don't forget to remove this after testing is done
sdk.go
Outdated
@@ -8,7 +8,7 @@ import ( | |||
"os" | |||
"strings" | |||
|
|||
"github.com/gaia-pipeline/protobuf" | |||
"github.com/Skarlso/protobuf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Skarlso don't forget to remove this after testing is done.
@michelvocks please review. :) |
Added job outputs to the gosdk gaia-pipeline/gaia#225 |
This is a breaking change. It will break existing jobs. So we should version it. |
1a15c9b
to
3ac389c
Compare
No description provided.