Skip to content

Commit f38e38b

Browse files
authored
Remove Citadel from ign-docker-env tool (#93)
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent a7cfe93 commit f38e38b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

plugins/ign-docker-env.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
--vol $LOCAL_PATH:$CONTAINER_PATH Load volumes into Docker container (separate multiple volumes with '::')
3434
3535
Notes:
36-
Valid inputs for IGN_RELEASE are 'citadel' and 'fortress'.
37-
Valid inputs for the --linux-distro arg are 'ubuntu:bionic' or 'ubuntu:focal'.
36+
Valid inputs for IGN_RELEASE are: 'fortress'.
37+
Valid inputs for the --linux-distro arg are: 'ubuntu:focal'.
3838
"""
3939

4040
import os
@@ -49,10 +49,8 @@
4949

5050
# TODO: use a yaml file to get this information
5151
# keep track of all valid versions and their default linux distro
52-
bionic = 'ubuntu:bionic'
5352
focal = 'ubuntu:focal'
5453
IGN_VERSIONS = {
55-
'citadel': bionic,
5654
'fortress': focal
5755
}
5856

0 commit comments

Comments
 (0)