You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/10 09:40:40 UTC

[GitHub] [dolphinscheduler] insist777 commented on a diff in pull request #11393: [Fix] Fix Environment variable data error

insist777 commented on code in PR #11393:
URL: https://github.com/apache/dolphinscheduler/pull/11393#discussion_r942243879


##########
.github/workflows/cluster-test/mysql/dolphinscheduler_env.sh:
##########
@@ -15,6 +15,9 @@
 # limitations under the License.
 #
 
+# Load system configuration
+source /etc/profile

Review Comment:
   > I think it's not a good idea since this may destroy the user's environment variables. cc @EricGao888 @zhongjiajie @ruanwenjun
   
   The user environment variable is configured after this command, and the increment or update configuration operation will still follow the user configuration requirements.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org