mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-21 16:13:38 +00:00
chore(ci): init
This commit is contained in:
parent
5200bcecff
commit
0478ee58fc
3 changed files with 2 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
[Wed, 11 Sep 2024 00:47:20 virt-install 765677] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:47:20 virt-install 765678] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:47:20 virt-install 765679] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766182] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766183] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:47:22 virt-install 766184] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782653] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782654] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:48:45 virt-install 782655] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782800] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --install=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782801] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --cloud-init=?
|
||||
[Wed, 11 Sep 2024 00:48:46 virt-install 782802] DEBUG (cli:204) Version 4.1.0 launched with command line: /usr/bin/virt-install --unattended=?
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@ sent # all sent mail is there
|
|||
.links2
|
||||
.gitconfig
|
||||
.git-credentials
|
||||
.cache/*
|
||||
|
|
1
clean.sh
1
clean.sh
|
@ -3,3 +3,4 @@ rm .node_repl_history
|
|||
rm .bash_history .bash_logout
|
||||
rm .sh_history
|
||||
rm .lesshst
|
||||
rm -rf .links2
|
||||
|
|
Loading…
Reference in a new issue