Feature rye (#17)
Migrate from Poetry to Rye Adaptat github actions Group build targets in makefile
This commit is contained in:
parent
b57c4f1ae6
commit
6d53fdecac
32 changed files with 208 additions and 1203 deletions
11
vagrant/Vagrantfile
vendored
11
vagrant/Vagrantfile
vendored
|
|
@ -1,11 +0,0 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/bullseye64"
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
end
|
||||
|
||||
config.vm.define "master" do |master|
|
||||
master.vm.provision "shell", inline: <<-SHELL
|
||||
mkdir /home/vagrant/stacosys
|
||||
SHELL
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue