3
0

Merge branch 'master' of git.wizewerx.tech:foss/login_themes

This commit is contained in:
Idrees Jawadwala 2022-04-29 17:20:38 +05:30
commit d2681a290f
3 changed files with 22 additions and 22 deletions

View File

@ -15,14 +15,13 @@ volumes:
path: /var/run/docker.sock
steps:
- name: notify_start
image: plugins/slack
settings:
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
channel: git_builds
template: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
# - name: notify_start
# image: plugins/slack
# settings:
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
# channel: builds
# template: >
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}} CI build started
- name: build_and_test
image: registry.wizewerx.tech/base/wizewerx-docker-compose
volumes:
@ -52,17 +51,17 @@ steps:
trigger:
branch:
- master
- name: notify_end
image: plugins/slack
settings:
webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
channel: git_builds
username: mike
template: >
{{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
Build took {{since build.started}}
when:
status: [ success, failure ]
trigger:
branch:
- master
# - name: notify_end
# image: plugins/slack
# settings:
# webhook: https://team.wizewerx.tech/hooks/5eq841fropn3prt4kzgoaoprgr
# channel: git_builds
# username: mike
# template: >
# {{uppercase repo.name}}:{{uppercase build.branch}}:{{build.number}}{{#success build.status}} succeeded. Good job. {{else}} failed. FIX THE BUILD!!!.{{/success}}
# Build took {{since build.started}}
# when:
# status: [ success, failure ]
# trigger:
# branch:
# - master

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.idea/*

BIN
public/amalati/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB