- Normal push event
From the capture we can see push event can be built by agola.
Tag push event:
Just find that tag push event not received by agola, and there be no push history in gitlab!
{
runs: [
{
name: 'run01',
tasks: [
{
name: 'git-src',
runtime: {
arch: 'amd64',
containers: [
{
image: 'alpine/git',
},
],
},
steps: [
{ type: 'clone' },
{ type: 'run', command: 'ls -l' },
],
depends: [],
}
],
},
{
name: 'run02',
tasks: [
{
name: 'git-src',
runtime: {
arch: 'amd64',
containers: [
{
image: 'alpine/git',
},
],
},
steps: [
{ type: 'clone' },
{ type: 'run', command: 'ls -l' },
],
depends: [],
}
],
},
],
}
@huapox Sorry but I can’t understand if this is an issue report or not (too much screenshots and not enough description on what you’re trying to say).
Tested again on our environment and everything work (push of tags works correctly). Please double check your logs and be sure the push event is received by the right agola instance.