Skip to content

Commit

Permalink
Merge pull request #162 from zalf-rdm/issue_#98_Task_python_SDK_inter…
Browse files Browse the repository at this point in the history
…action_in_tasks.py

[Fixes #98] Task: python SDK interaction in tasks.py
  • Loading branch information
ridoo committed Mar 7, 2024
2 parents ef4feef + 8c8cb1b commit 3dd911b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/geonode/templates/geonode/geonode-tasks-py-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@ data:
import ast
import json
import time
import docker
import socket
import logging
import datetime
import requests
from urllib.parse import urlparse, urlunparse
from invoke import task
BOOTSTRAP_IMAGE_CHEIP = 'codenvy/che-ip:nightly'
logger = logging.getLogger(__name__)
GEOSERVER_STORE_NAME = "geogeonode"
Expand Down

0 comments on commit 3dd911b

Please sign in to comment.