Last active
January 16, 2020 08:30
-
-
Save kvaps/5f9fb6a3eea32be905c66ac5c95a7d38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local job = { | |
script: ['echo 123'], | |
only: { refs: ['tags'] }, | |
}; | |
local ref(x) = { only+: { refs+: [x] } }; | |
job + ref('prod') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment